/*标签样式初始化*/
div,ul,li,span,p,img,h1,h2,h3,h4,h5,h6,dl,dt,dd {margin: 0px; padding: 0px;list-style: none;border: 0px;}

/*公共样式部分*/

body {color: #666;margin: 0 auto;background: #fff;font-family: "Microsoft YaHei";overflow-x: hidden;}

*{box-sizing: border-box;}

#copy{display: none;}

a{font: inherit;color:inherit;text-decoration: none;}
a:hover { color:#c7000b;text-decoration: none; border-bottom-style:}

.page{margin:0 auto;width: 1400px;position: relative;}
.bg{ width: 100%; min-width: 1400px;}
.box{margin: 0 auto;width:94%;}
.box2{margin: 0 auto;width:84%;position: relative;}

.fl { float: left;}
.fr {float: right;}

em,i {font-style: normal;}


/*隐藏右边滚动条
body::-webkit-scrollbar {  display: none;}*/


/*左右浮动清除*/
.clear { clear: both;height: 0px; overflow: hidden;}

/*间隙*/
.top10 {padding-top: 10px;}
.top20 {padding-top: 20px;}
.top30 {padding-top: 30px;}
.top40 {padding-top: 40px;}
.top50 {padding-top: 50px;}
.top60 {padding-top: 60px;}
.top70 {padding-top: 70px;}
.top80 {padding-top: 80px;}
.top90 {padding-top: 90px;}
.top100 {padding-top: 100px;}



/*英文样式*/
.font_en{font-family: "Arial, Helvetica, sans-serif";text-transform: uppercase;}
.font_en2{font-family:"Belgika 8th";text-transform: uppercase;}



/*英文字体包*/
@font-face {
  font-family:"Belgika 8th";
  src: 
  url("/cssnew/Belgika-8th.woff2.txt") format("woff2"),
  url("/cssnew/Belgika-8th.woff.txt") format("woff"),
  url("/cssnew/Belgika-8th.ttf.txt") format("ttf"),
  url("/cssnew/Belgika-8th.eot.txt") format("eot"),
  url("/cssnew/Belgika-8th.svg.txt") format("svg");
}


html{font-size: 15px;}




/*标题*/
.title{text-align: center;padding:70px 0 35px 0;}
.title b{display: block;font-size:40px;color:#333;}
.title t{color:#c7000b;}
.title p{font-size: 18px;color:#999;line-height: 30px;}







/*抬头*/
.head_bg{position:fixed;top:40px;z-index:9;height:120px;transition: 0.3s;}
.head{display:flex;justify-content: space-between;align-items:center;height:100%;background:#fff;transition: 0.3s;}
/*logo*/
.head_logo a{display:flex;flex-direction:column;align-items:center;margin-left: 25px;}
.head_logo a img{width: 120px;}
.head_logo b{display:block;margin-top:5px;font-size:28px;font-weight:bold;color:#333;}
/*右边*/
.head_right{display:flex;flex-direction:column;width:87.5%;}
/*抬头文字*/
.head_text{display: flex;justify-content: space-between;height:40px;line-height:40px;padding:0 20px;background:#c7000b;}
.head_text p{font-size:16px;color:rgb(255 255 255 / 1);font-weight:lighter;}
.head_text li{display: flex;}
.head_text a{display:flex;align-items:center;height:100%;font-size: 18px;color: rgb(255 255 255 / 0.8);}
.head_text a:nth-child(1){padding: 0 0.5vw;}
.head_text a+a{margin-left:30px;}
.head_text a:nth-child(2) img{height:25px;}
/*栏目*/
.head_column{display:flex;justify-content:space-between;text-align:center;height: 80px;}
.head_column li{display:flex;align-items:center;justify-content:center;width: 14.3%;position: relative;}
.head_column li:before{content: "";display: block;width:1px;height:30px;background:rgb(51 51 51 / 0.1);position:absolute;left:0;}
.head_column li>a{display:flex;flex-direction:column;align-items:center;justify-content:center;width: 100%;
height:100%;}
.head_column li>a>p{margin-bottom: 2px;font-size:16px;color:#333;}
.head_column li>a>span{font-size:12px;color:#999;}
/*栏目固定*/
.head_column li.head_column_fixed>a>p, .head_column li:hover>a>p{color:#c7000b;font-weight:bold;}




/*抬头固定窗口上面*/
.head_move .head_bg{height: 100px;top: 0px;}
.head_move .head{width: 100%;box-shadow: 0 0 30px rgba(0,0,0,.08);}
.head_move .head_text{height:30px;line-height: 30px;}
.head_move .head_text a img{height: 20px;}
.head_move .head_text a{font-size: 16px;}
.head_move .head_column{height: 70px;}







/*幻灯片*/
.banner{height:945px;background: #222;}
/* 通过改变animation-timing-function 制作弹性切换效果 */
.banner .swiper-wrapper{transition:2s cubic-bezier(0.68,-0.4,0.27,1.34) 0.2s;}
.banner .swiper-slide a{display: flex;height: 100%;}
/*左右箭头*/
.banner .swiper-button-prev{left: -80px;border-radius:5px 0 0 5px;}
.banner:hover .swiper-button-prev{left: 80px;}
.banner .swiper-button-next{right:-80px;border-radius:0 5px 5px 0;}
.banner:hover .swiper-button-next{right:80px;}
.swiper-button-next, .swiper-button-prev{top: 42% !important;}
.banner_swiper-button{width:60px !important;height:130px !important;background: rgb(51 51 51 / 0.3);outline: none;transition: 0.3s;}
.banner_swiper-button:after{color:#fff;font-size: 30px !important;}
/*分页*/
.banner-pagination{bottom: 50px !important;}
.banner-pagination span{width: 10px;height: 10px;background:#fff;opacity:.8;border-radius: 100px;outline: none;}
.banner-pagination span.swiper-pagination-bullet-active{width:60px;opacity: 1;}







/*产品中心*/
.product ul{display: flex;justify-content: space-between;}
.product ul+ul{margin-top:10px;}
.product li{display: flex;align-items: center;width:460px;height:280px;border-radius:10px;background:#f5f5f5;border:1px #eee solid;position: relative;}
.product li *{display: block;}
.product dt{width:52%;margin-left: 20px;}
.product dt p{font-size:24px;color:#333;}
.product dt span{margin:20px 0 30px 0;font-size:15px;color:#999;font-weight:lighter;line-height:22px;}
.product dt a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px #e5e5e5 solid;border-radius:100%;}
.product dt a:hover{border: none;background: #c7000b;}
.product i{position: absolute;right: 20px;}
.product i img{transition: 0.3s;}
.product li:hover img{transform: scale(1.15);}
.product em{width:9px;height:17px;background: url(//memberpic.114my.com.cn/076985783356/uploadfile/image/20240408/20240408110753_1241350631.png)no-repeat;transition: 0.3s;}
.product a:hover em{background-position-y:-17px;}








/*数据*/
.data_bg{height:700px;background: url(//memberpic.114my.com.cn/076985783356/uploadfile/image/20240409/20240409105006_1426173211.jpg)no-repeat center;}
.data_content{display:flex;flex-direction:row-reverse;align-items:center;height:100%;}
.data{display:flex;justify-content:space-between;align-items:center;width:1000px;height:550px;padding: 40px ;background:#fff;}
/*左边*/
.data_left{display:flex;flex-direction:column;justify-content:center;width:48%;height:100%;}
.data_left b{font-size:34px;color:#333;}
.data_left t{display:block;margin:5px 0 55px 0;font-size:24px;color:#333;}
.data_left i{color: #c7000b;}
.data_left span{font-size:16px;color:#666;font-weight:bold;line-height: 28px;}
.data_left span+span{margin-top:15px;}
.data_left em{font-size:15px;color:#999;font-weight:lighter;}
.data_left a{display:block;margin-top:50px;width:150px;line-height:50px;border-bottom:1px #e5e5e5 solid;font-size:18px;color:#666;font-weight:lighter;transition: 0.3s;}
.data_left a:hover{border-bottom: 1px #c7000b solid;color:#c7000b;}
/*右边*/
.data_right{display:flex;justify-content:flex-end;flex-wrap:wrap;}
.data_right li{width: 48%;text-align: center;}
.data_right li:nth-child(3), .data_right li:nth-child(4){margin-top:60px;}
.data_right p{margin-bottom:20px;font-size:50px;color:#c7000b;}
.data_right span{font-size:18px;color:#666;font-weight:lighter;}







/*荣誉证书*/
.honor ul{display:flex;justify-content:space-between;}
.honor ul+ul{margin-top:10px;}
.honor li{position: relative;overflow: hidden;}
.honor li>a{}
.honor li>a img{}
.honor li p{width:100%;height:100%;background:rgb(0 0 0 / 0.75);position:absolute;top: -120%;transition:0.3s;}
.honor li:hover p{top: 0%;}
.honor li p a{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:18px;color:#fff;}








/*简介*/
.com_bg{height:760px;background:#f5f5f5;}
.com{position: relative;}
.com_fl{height:760px; position: relative;z-index: 2;}
.com_fl *{display: block;}
.com_fl_title{position: relative;z-index: 9;}
.com_fl_title b{margin:110px 0 17px 0;font-size:60px;color:#e9e9e9;}
.com_fl_title p{font-size:40px;color:#c7000b;line-height: 54px;position: relative;font-weight: bold;}
.com_fl_title p:nth-child(2):after{content:"";display: block;width:90px;height:4px;background: #c7000b;position: absolute;top: 25px;left: 215px;}
.com_fl_title p.com_fl_p{color:#333;}
.com_fl_bj{width:933px;height:400px;padding:55px 90px 0 0; background: #f5f5f5;position:absolute;bottom:0px;left:0px;}
.com_fl_text{margin-bottom: 40px;}
.com_fl_text span{font-size: 24px;color:#666;}
.com_fl_text p{margin-top: 40px;font-size: 16px;color:#999;line-height: 34px;font-weight: lighter;}
.com_fl_text t{font-size:165px;color:#dedede;position: absolute;right: 80px;top: -20px;}
.com_fl_a p{float:left;font-size: 60px;color:#ccc;}
.com_fl_a a{width:180px;height:50px;line-height: 50px;background: #333;font-size:18px;color:#fff;text-align: center;float:right;}
.com_fl_a a:hover{background: #c7000b;}
.com_fr{position: absolute;top: 0;right:-260px;}







/*流程*/
.pess_bg{height:710px;}
.pess_fl{width:430px;height:630px;padding:90px 40px 0 40px;background: #f5f5f5;position: relative;}
.pess_fl:after{content:"";display: block;width:260px;height:260px;background:url(//memberpic.114my.com.cn/076985783356/uploadfile/image/20240410/20240410094423_297472417.png)no-repeat;background-size: 100%;position: absolute;left:0;bottom:0px;}
.pess_fl *{display: block;}
.pess_fl p{font-size:34px;color:#c7000b;font-weight: bold;}
.pess_fl p:after{content: "";display: block;width:50px;height:6px;margin:40px 0;background: #e9e9e9;}
.pess_fl span{font-size: 24px;color:#999;line-height:42px;font-weight: lighter;}
.pess_fl t{ margin:135px 0 15px 0;font-size:18px;color:#333;font-weight:bold;}
.pess_fl i{font-size:30px;color:#333;}
/*右边*/
.pess_fr{width:930px;}
.pess_li{width:225px;height:310px;float:left;margin-right:10px;position: relative;}
.pess_li:nth-child(4n){margin-right: 0px;}
.pess_li:nth-child(n+5):nth-child(-n+8){margin-top: 10px;}
.pess_li span{display:block;overflow:hidden;}
.pess_li span img{transition: 0.3s;}
.pess_li:hover span img{transform: scale(1.15);}
.pess_li p{width:100%;height:54px;line-height:54px;background: #f5f5f5;font-size: 16px;color:#666;text-align: center;}







/*新闻中心*/
.news_bg{padding: 0 0 80px 0;background: #f5f5f5;}
.newstab{text-align: center;padding-bottom:40px;}
.newstab a{ display: inline-block;width: 200px;line-height: 50px;border-radius: 30px;background: #fff;font-size: 16px;color: #666666;transition: all .3s ease;}
.newstab a+a{margin-left: 10px;}
.newstab a.on{background: #c7000b;color: #fff;}
.newsleft{width: 500px;height: 488px;box-sizing: border-box;background: #fff;padding: 40px;}
.newsright{width:899px;height: 490px;}
.newsleft .news_div_item_pic{position: absolute;left: 0;top: 0;width: 426px;height: 306px; overflow: hidden;overflow: hidden; border: 1px solid #eee;}
.news .news_div_item_pic img{width: 100%;height: 100%;transition: all .6s ease;}
.news .news_div_item:hover .news_div_item_pic img{transform: scale(1.1);}
.news .news_div_item:hover .news_div_item_a{color:#c7000b;}
.news .news_div_item{position: relative;}
.newsleft .news_div_item{padding-top: 330px;}
.newsleft .news_div_item_date{position: absolute;right:0;padding-top: 52px; bottom:0;text-align: center; background: #c7000b; width: 82px;height: 80px;box-sizing: border-box; display: none !important;}
.newsleft .news_div_item_date>div{display: inline-block;font-size: 14px;color: #ffffff;font-weight: lighter;}
.newsleft .news_div_item_date .news_div_item_day{position:absolute;top: 5px;left: 0;right: 0;margin: 0 auto;font-size: 36px;font-weight: bold;}
.newsleft .news_div_item_content{width: 290px;}
.news .news_div_item_a{display: block;font-size: 18px;color: #333;white-space: nowrap;text-overflow: ellipsis;position: relative; overflow: hidden;} 
.news .news_div_item_body{font-size: 14px;color: #999;font-weight: lighter;margin-top: 10px;line-height: 26px;height: 52px;overflow: hidden;}
.newsright .news_div_item{position: relative; display: inline-block;vertical-align: top;background: #fff; box-sizing: border-box;width: 448px;height: 162px;margin: 0 1px 1px 0;padding: 40px 0 0 120px;}
.newsright .news_div_item:nth-child(2n){margin-left: 0;}
.newsright .news_div_item_content{width: 260px;}
.newsright .news_div_item_date{position: absolute;left:30px;padding-top: 52px; top:40px;text-align: center;}
.newsright .news_div_item_date>div{display: inline-block;font-size: 14px;color: #555555;font-weight: lighter;}
.newsright .news_div_item_date .news_div_item_day{position:absolute;top: 5px;left: 0;right: 0;margin: 0 auto;font-size: 36px;font-weight: bold;}








/*友情链接*/
.links{width:100%; overflow:hidden;border-bottom:1px #eee solid; height: 100px; line-height: 100px;}
.linksW{width:1400px; margin:0 auto;}
.links_l{float:left;}
.links_lm{font-size:16px; line-height:100px; color:#333;}
.links_r{float:left; width:1300px; color:#999;}
.links_r a{line-height: 100px;font-size:15px; color:#999;font-weight: lighter;}
.links_r li:hover a{color:#c7000b !important;}






/*版权*/
.wrapper { margin: 0 auto;width: 1400px;}
.bqtop{width: 100%; background: #f2f2f2;height: 10px; overflow: hidden;position:relative;}

.copy {width: 100%;padding: 80px 0;}
.copy_box {width: 74%;min-width: 1300px;margin: 0 auto;display: flex;justify-content: space-between;}
.copy_con {width: 50%;position: relative;}
.copy_con ul {display: flex;justify-content: space-between;width: 100%;}
.copy_con li {display: flex;flex-direction: column;}
.copy_con li p {font-size: 18px;color: #333;line-height: 36px;padding-bottom: 22px;}
.copy_con li a {font-size: 15px;color: #999999;line-height: 30px;font-weight: lighter;}
.copy_con li a:hover  {color:#c7000b;transition:0.5s;}
.copy_int {width: 435px;}
.copy_int p {display: flex;font-size: 18px;color: #333;align-items:  center;    justify-content: center;}
.copy_int p span {font-size: 30px;}
.copy_int ul {display: flex;justify-content: space-between;margin-top: 20px;}
.copy_int li {width:  210px;height: 135px;background: #f5f5f5;padding: 25px;display: flex;justify-content: space-between;align-items:  center;}
.copy_int li i {width: 100px;height: 100px;display:  inline-block;}
.copy_int li i img {width:100px;}
.copy_int li p {font-size: 20px;line-height: 30px;display: flex;flex-direction: column;color: #333;}
.copy_int li p span {font-size: 16px;}
.copy_int em {font-size: 16px;color: #999;display: flex;justify-content: center;margin-top: 30px;border-bottom: 1px solid #ddd;padding-bottom: 20px;font-weight: lighter;}


.copyright{padding:28px 0;overflow:hidden;background: #333;    border-top: 1px solid #333;font-weight: 100;}
.copyright .con{ line-height:30px;font-size:14px;color:#999; text-align:center;}
.copyright a{color:#999;font-size:14px;}
.copyright a:hover{color:#fff;font-size:14x;}
.copy2{background: #f5f5f5;}






/* 浮动*/
.y-kefu-box { position: fixed; right: 0; top:20%; z-index: 9999; font-size: 13px;}
.y-kefu-box img { display: block; width: 100%; height: auto; }
.y-kefu-box01 .icon { display: block; background: url(//memberpic.114my.com.cn/076985783356/uploadfile/image/20240410/20240410133446_1714380584.png) no-repeat; margin: 0 auto 6px;}
.y-kefu-box01 { width: 54px; color: #666; text-align: center; }
.y-kefu-box01 .kf-close-btn { width: 27px; height: 27px; background-position: -5px -115px; position: relative; cursor: pointer;}
.y-kefu-box01 .kf-close-btn:before { content: ''; display: block; width: 1px; height: 12px; background-color:#c7000b; position: absolute; bottom: -12px; left: 13px; z-index: 1; }
.y-kefu-box01 .show-status>a, .y-kefu-box01 .show-status>div { display: block; width: 52px; padding: 8px 0 12px; background-color: #fff; border: solid 1px #efefef;position: relative;}
.y-kefu-box01 .show-status { position: relative; }
.y-kefu-box01 .show-status .kf-zixun { background-color:#c7000b; border-color:#c7000b; color: #fff; margin: 10px 0 7px;}
.y-kefu-box01 .kf-zixun { border-radius: 2px; }
.y-kefu-box01 .kf-zixun i { width: 21px; height: 22px; background-position: -5px -5px; }
.y-kefu-box01 .kf-mobile { border-top-left-radius: 2px; border-top-right-radius: 2px; }
.y-kefu-box01 .kf-mobile>i { width: 18px; height: 18px; background-position: -5px -32px; }
.kf-mail>i{background-position: -5px -79px !important;}
.kf-mail:hover>i{background-position: -30px -79px !important;}
.y-kefu-box01 .kf-mobile:hover>i { background-position: -30px -32px; }
.y-kefu-box01 .kf-weChat>i { width: 22px; height: 19px; background-position: -5px -55px; }
.y-kefu-box01 .kf-weChat:hover>i {background-position: -30px -55px; }
.y-kefu-box01 .kf-email { border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; }
.y-kefu-box01 .kf-email>i { width: 18px; height: 14px; background-position: -5px -80px; }
.y-kefu-box01 .kf-email:hover>i { background-position: -30px -80px; }
.y-kefu-box01 .back-top i { width: 13px; height: 11px; background-position: -5px -98px; }
.y-kefu-box01 .back-top:hover i { background-position: -30px -98px; }
.y-kefu-box01 .kf-email, .y-kefu-box01 .back-top  { border-bottom: solid 1px #efefef;}
.y-kefu-box01 .back-top { margin-top: 20px; border-radius: 2px; left: 55px;}
.y-kefu-box01 .hver:hover { background-color:#c7000b; border-color:#c7000b;}
.y-kefu-box01 .hver:hover>p { color: #fff; }
.y-kefu-box01 .kf-zixun1 { border-radius: 2px;border-bottom: 1px #efefef solid;}
.y-kefu-box01 .kf-zixun1 i { width: 21px; height: 22px; background-position: -5px -180px; }
.y-kefu-box01 .kf-zixun1:hover>i { background-position: -30px -180px; }

.y-kefu-box01 .mobile-infos, .y-kefu-box01 .y-ewm-box, .y-kefu-box01 .y-email-infos { background-color: #fff; border: solid 1px #efefef; position: absolute; right: 90px; z-index: 2; border-radius: 2px; display: none;} 

/*咨询热线*/
.y-kefu-box01 .mobile-infos{width: 260px;text-align: left;top: 0;}
.y-kefu-box01 .mobile-infos>div{padding: 20px 0 20px 45px;position: relative;}
.y-kefu-box01 .mobile-infos>div i{width: 15px;height: 15px;background-position: -52px -32px;position: absolute;top: 22px;left: 20px;z-index: 2;}
.y-kefu-box01 .mobile-infos .online1{border-bottom: solid 1px #efefef;}
.y-kefu-box01 .mobile-infos span{color:#333;}
.y-kefu-box01 .mobile-infos p{color:#c7000b;font-size: 18px;}
y-kefu-box .right{width: 12px;height: 12px;position: absolute;right: -12px;top: 24px;}
y-kefu-box .right-arrow1,
y-kefu-box .right-arrow2{width: 0;height: 0;display: block;position: absolute;left: 0;top: 0;border-top: 6px transparent dashed;border-right: 6px transparent dashed;border-bottom: 6px transparent dashed;border-left: 6px white solid;overflow: hidden;}
y-kefu-box .right-arrow1{left: 1px;border-left: 6px #efefef solid;}
y-kefu-box .right-arrow2{border-left: 6px white solid;}


/*二维码*/
.y-kefu-box01 .y-ewm-box { width: 151px; height: 178px; top: -60px;}
.y-kefu-box01 .y-ewm-box>div { width: 151px; height: 178px; }
.y-kefu-box01 .y-ewm-box img { width:115px; height:114px; margin: 20px auto 10px; }
.y-kefu-box01 .y-ewm-box .y-ewm-img1 { width: 150px; border-right: solid 1px #efefef; }
.y-kefu-box01 .y-ewm-box .right { top: 84px; }
/*email*/
.y-kefu-box01 .y-email-infos { padding: 28px 20px 28px 45px; color:#b9b9b9; text-align: left; bottom: 0; width:170px;}
.y-kefu-box01 .y-email-infos p { color:#c7000b; font-size: 16px; }
.y-kefu-box01 .y-email-infos>i { width: 18px; height: 13px; background-position: -52px -80px; position: absolute; left: 15px; top: 30px; }
.y-kefu-box01 .y-email-infos .right { top: 55px; }
.y-kefu-box01 .hide-status { width: 54px; height: 65px; background-color:#f55b1b;position: absolute; top: 37px; left: 55px; z-index: 9;}
.y-kefu-box01 .hide-status .kf-zixun { padding: 10px 0 7px; color: #fff; cursor: pointer; }